Vcenter NamespaceManagement Supervisors Recovery Backup Jobs CreateSpec
The Vcenter NamespaceManagement Supervisors Recovery Backup Jobs CreateSpec schema contains inputs to be specified for POST /vcenter/namespace-management/supervisors/{supervisor}/recovery/backup/jobs.
This schema was added in vSphere API 8.0.3.0.
{
"comment": "string",
"ignore_health_check_failure": false
}
Comment to help identify resulting Backup archive.
This property was added in vSphere API 8.0.3.0.
If missing or null
comment will be empty.
Ignore Supervisor health check failure when taking Supervisor backup. Supervisor is considered unhealthy if either Vcenter NamespaceManagement Supervisors Summary Info.config_status or Vcenter NamespaceManagement Supervisors Summary Info.kubernetes_status value, as returned by GET /vcenter/namespace-management/supervisors/{supervisor}/summary operation is set to ERROR.
This property was added in vSphere API 8.0.3.0.
if missing or null
or set to false
, health check failure of Supervisor will not be ignored and will result in POST /vcenter/namespace-management/supervisors/{supervisor}/recovery/backup/jobs operation to report failure.